home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / NETROM < prev    next >
Text File  |  1996-03-04  |  9KB  |  274 lines

  1.  
  2. netrom <subcommands>
  3.  
  4.      These commands influence netrom behavior.
  5.  
  6.     netrom acktime [<milliseconds>]
  7.  
  8.      (B)  Displays or sets the ack delay timer, similarly to ax25 t2.
  9.      Default is 8000ms (i.e. 8 seconds).
  10.      
  11.      
  12.     netrom alias <aliascall>
  13.  
  14.      This sets the netrom alias call for this station. Other stations
  15.      can connect to the ax25 callsign and to the Netrom alias (when
  16.      set). The alias is broadcast with a Netrom broadcast.  If netrom
  17.      is not activated, you can use the 'ax25 alias' command to set the
  18.      alias callsign, such that users can still connect to the alias,
  19.      even though netrom activities are not allowed.
  20.      
  21.      
  22.     netrom bcnodes <iface>
  23.  
  24.      Initiates an immediate broadcast of nodelist on <iface>. Verbose
  25.      behavior is controlled by the 'netrom interface' command.
  26.      
  27.      
  28.     netrom bcpoll <iface>
  29.  
  30.      Initiates a poll sent to the named interface. This poll will
  31.      request a netrom routes broadcast from other nodes, so that the
  32.      routing table can be updated. This is automatically done any time
  33.      an interface is activated (or changed) for netrom.  This should
  34.      speed up route discovery at startup.  This is NOT currently
  35.      implemented in Thenet or Net/Rom nodes, but works with Data
  36.      Engines running JNOS40 or with systems running JNOS v1.05 or
  37.      later.
  38.      
  39.      
  40.     netrom choke [<milliseconds>]
  41.  
  42.      (B)  Display or set the time breaking a send choke. Choke is the
  43.      term netrom  uses for flow control conditions. Default is 180000
  44.      ms (180 seconds.)
  45.      
  46.      
  47.     netrom derate [ON|off]
  48.  
  49.      (B)  Display or set automatic derating of netrom routes on link
  50.      failure.  Default is on.
  51.      
  52.      
  53.     netrom hidden [on|OFF]
  54.  
  55.      Display or set the hidden node flag.  Nodes with aliases starting
  56.      with the '#' character are displayed using the command 'N *'.
  57.      Default is OFF.
  58.      
  59.      
  60.     netrom interface [<iface> <quality> [n]]
  61.  
  62.      Activate <iface> as a netrom interface.  <quality> can be between
  63.      1 and  255. Interfaces are activated using verbose routes
  64.      broadcasting by default, meaning that they broadcast all known
  65.      routes. This can be changed by adding the optional 'n' parameter
  66.      to the command. Then only the system itself will be announced in
  67.      a broadcast, not the known routes.
  68.      
  69.      If the paclen of the interface is smaller then the netrom mtu +
  70.      20, then the netrom mtu will be set to paclen-20 . This is to
  71.      avoid fragmentation, causing incompatibilities with none-NOS
  72.      based Netrom nodes. See the 'ifconfig <iface> paclen' command for
  73.      more.
  74.      
  75.      If <iface> has already been activated as a netrom interface, re-
  76.      issuing the command will set <quality> and [n] to the new values.
  77.      'netrom interface' will show the currently active netrom
  78.      interface.
  79.      
  80.      Each time an interface is activated or changed, a broadcast poll
  81.      will be sent out on the interface.  This minimizes the route
  82.      discovery time at startup, and will update routes when the
  83.      interface quality has changed.
  84.      
  85.      
  86.     netrom irtt [<milliseconds>]
  87.  
  88.      (B)  Display or set the initial round trip time.  Default is
  89.      45000ms, i.e. 45 seconds.
  90.      
  91.      
  92.     netrom kick <nrcb>
  93.  
  94.      Give the control block a kick to get activity going again.
  95.      
  96.  
  97.     netrom load
  98.  
  99.      Retrieves the last set of netrom destination data saved with the
  100.      'netrom save' command.
  101.      
  102.      
  103.     netrom minquality [<minqual>]
  104.  
  105.      (B)  Display or set the minimum quality for recognizing a node
  106.      entry. Entry's below this value are not considered valuable for
  107.      usage. Default is 50.
  108.      
  109.      
  110.     netrom mycall <call>
  111.  
  112.      Displays or sets the call to be used by the netrom interface.
  113.      Note: this is a shortcut for the 'ifconfig netrom linkaddress'
  114.      command.  It defaults to the 'ax25 mycall' value.
  115.      
  116.      
  117.     netrom neighbor
  118.  
  119.      Display all known netrom neighbors.
  120.      
  121.      
  122.     netrom nodefilter <subcommands>
  123.  
  124.      Manipulate node filtering.     
  125.      
  126.        netrom nodefilter add <neighbor> <iface>
  127.  
  128.         Add <neighbor> on port <iface> to the filter table.  See the
  129.         'netrom nodefilter mode' command to determine the manner to
  130.         handle node updates from <neighbor>.
  131.         
  132.         
  133.        netrom nodefilter mode [none|accept|reject]
  134.  
  135.         Display or set the initial node filter scheme. 'none' accepts
  136.         all netrom routes and is the default. 'accept' accepts routes
  137.         only from nodes defined with the 'netrom nodefilter add'
  138.         command. 'reject' does not accept routes from any nodes
  139.         defined with 'netrom nodefilter add'
  140.         
  141.         
  142.        netrom nodefilter drop <neighbor> <iface>
  143.  
  144.         Delete the node <neighbor>  on interface <iface> from the
  145.         filter table.
  146.         
  147.         
  148.     netrom nodetimer [<seconds>]
  149.  
  150.      (B) Display or set the interval to transmit the nodes list. If
  151.      you want to use other than the default, you must first attach the
  152.      netrom interface with 'attach netrom' and then set the new
  153.      nodetimer value.  Default is 1800 seconds (half an hour).
  154.      
  155.      
  156.     netrom obsoinit [#}
  157.  
  158.      (B) Display or set the initial obsolescense count for direct
  159.      routes (Routes table entries) to other systems.  Default is 6
  160.      
  161.      
  162.      netrom obsominbc [#]
  163.  
  164.      (B) Display or set the minimum obsolescense count a route should
  165.      have to be included in routes broadcasts originating from this
  166.      system.  Default is 4.
  167.      
  168.      
  169.     netrom obsotimer [<seconds>]
  170.  
  171.      (B) Display or set the time a node obsolescence count gets
  172.      decremented.  If you want to use other than the default, you must
  173.      first attach the netrom interface with 'attach netrom' and then
  174.      set the new obsotimer value.  Default is 1800 seconds.
  175.  
  176.  
  177.     netrom promiscuous [OFF|on]
  178.  
  179.      (B) Enables nodes with a path quality greater than defined with
  180.      minquality.  If on, all nodes are received regardless of
  181.      nodefilter mode.  Default is off.
  182.      
  183.      
  184.     netrom qlimit [<nnnn>]
  185.  
  186.      (B) Display or set the maximum queue limit for choke to occur.
  187.      Similar to ax25 window.  Default is 512 bytes.
  188.      
  189.      
  190.     netrom reset <nrcb>
  191.  
  192.      Remove the control block.  You can find the control block with
  193.      the 'netrom status' or 'socket' commands.
  194.      
  195.      
  196.     netrom retries [<nn>]
  197.  
  198.      Display or set the maximum number of retries on connect,
  199.      disconnect or data.  Default is 3.
  200.      
  201.      
  202.     netrom route <subcommands>
  203.  
  204.      Netrom routing commands. Routes can be marked as 3 types in the
  205.      various route displays:
  206.      
  207.         'P' - a permanent route set with the 'netrom route add'
  208.         command
  209.         'B' - a route received through a nodes broadcast from a
  210.         neighbor node
  211.         'R' - a recorded route from an incoming packet from a not
  212.         previously known netrom node
  213.      
  214.      
  215.        netrom route add <alias> <call> <iface> <quality> <neighbor>
  216.  
  217.         Add a permanent netrom route. The new route is to netrom
  218.         system <alias> with call <call>, and the route is on interface
  219.         <iface> with quality <quality> via the neighbor <neighbor>.
  220.         
  221.           netrom route add salem af7s-1 port1 178 k7uyx-1
  222.  
  223.           A route to a direct neighbor looks like:
  224.         
  225.           netrom route add crv k7uyx-1 port1 192 k7uyx-1
  226.           
  227.           
  228.        netrom route drop <destination> <neighbor> <iface>
  229.  
  230.         Delete the netrom route to call <destination> via neighbor
  231.         <neighbor> on <iface>.
  232.         
  233.         
  234.      netrom route info [<destination>]
  235.  
  236.         Display the route a packet would take to get to <destination>.
  237.         If <destination> is not given, information about all known
  238.         netrom nodes is displayed.  'netrom route info' and 'netrom
  239.         route info *' are equivalent commands.
  240.         
  241.         
  242.     netrom status
  243.  
  244.      Display all netrom connections.
  245.      
  246.      
  247.     netrom tdisc [secs]
  248.  
  249.      (B) Display or set the Netrom Link "redundancy" timer.  Value is
  250.      in seconds.  When no data exchange has happened during this time
  251.      the link is reset and closed.  Default is 900 seconds (15
  252.      minutes).
  253.      
  254.      
  255.     netrom timertype [exponential|LINEAR]
  256.  
  257.      (B)  Displays or sets the type of backoff used on netrom retries.
  258.      Default is linear.
  259.      
  260.      
  261.     netrom ttl [<hops>]
  262.  
  263.      (B)  Display or set the maximum number of hops a frame might take
  264.      before being discarded.  Default is 10.
  265.      
  266.      
  267.     netrom window [<frames>]
  268.  
  269.      (B)  Display or set the size of the sliding window. This is the
  270.      largest send and receive window we might negotiate.  Default is
  271.      2.
  272.  
  273.  
  274.